ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeBaseTagHelper<TControl> Class / Direction Property

In This Topic
    Direction Property (LinearGaugeBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.LinearGaugeBase.Direction. Sets the direction in which the gauge is filled.
    Syntax
    'Declaration
     
    Public Property Direction As GaugeDirection
    public GaugeDirection Direction {get; set;}
    See Also